agents.anac.y2010.AgentFSEGA
Class Hypothesis

java.lang.Object
  extended by agents.anac.y2010.AgentFSEGA.Hypothesis
All Implemented Interfaces:
java.lang.Comparable<Hypothesis>
Direct Known Subclasses:
EvaluatorHypothesis, UtilitySpaceHypothesis, WeightHypothesis

public abstract class Hypothesis
extends java.lang.Object
implements java.lang.Comparable<Hypothesis>


Constructor Summary
Hypothesis()
           
 
Method Summary
 int compareTo(Hypothesis o)
           
 double getProbability()
           
 void setProbability(double probability)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Hypothesis

public Hypothesis()
Method Detail

getProbability

public double getProbability()

setProbability

public void setProbability(double probability)

compareTo

public int compareTo(Hypothesis o)
Specified by:
compareTo in interface java.lang.Comparable<Hypothesis>